home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
mr_danger.swf
/
scripts
/
DefineButton2_184
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
259 b
|
9 lines
on(press){
_root.gamerun = false;
_root.score = 0;
_root.particle1._x = _root.particle1.startx;
_root.particle1._y = _root.particle1.starty;
_root.particle2._x = _root.particle2.startx;
_root.particle2._y = _root.particle2.starty;
}